home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2003 March / CD Rom Data Mart 2003.iso / Media / Intro.dcr / 00020.ls < prev    next >
Encoding:
Text File  |  2003-02-19  |  285 b   |  16 lines

  1. on beginSprite me
  2.   sprite(1).locV = 300
  3.   sprite(1).locH = 400
  4.   set the width of sprite 1 to 800
  5.   set the height of sprite 1 to 600
  6. end
  7.  
  8. on exitFrame me
  9.   if sprite(1).mediaBusy then
  10.     play frame the frame
  11.   else
  12.     removefullscreen(sprite(1))
  13.     go(the frame + 1)
  14.   end if
  15. end
  16.